[XEN] grant tables: update pair of entries using a union to ensure endian neutrality.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 14 Aug 2006 14:17:42 +0000 (15:17 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 14 Aug 2006 14:17:42 +0000 (15:17 +0100)
commit775d564bded7fea7084cffa8d2df70a76d502a02
treea1708d2f7a9344497faa120982656760e4431b35
parent2b88d7ed5fa1e2d53f0558732d313647f4a369b2
[XEN] grant tables: update pair of entries using a union to ensure endian neutrality.

The first two members of a grant entry are updated as a combined pair.
The following patch uses a union so updates can happen in an endian neutral fashion.

Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
xen/common/grant_table.c